Create User Domo API with R in Rstudio HTTR 400 status
------Where I got the instructions------ https://developer.domo.com/docs/users-api-reference/users-2#Create%20a%20user POST https://api.domo.com/v1/users?sendInvite=true Content-Type: application/json Accept: application/json Authorization: bearer <your-valid-oauth-access-token> { "title": "Software Engineer", "email":…