I am having a hard time getting this API request to initialize:
curl --request POST
–url https://testflight.tremendous.com/api/v2/organizations
–header ‘Accept: application/json’
–header ‘Content-Type: application/json’
–data ’
{
“name”: “ACME Inc.”,
“website”: “https://www.example.com/some-org”
}
I get following error prompt:
There was an issue setting up your call.
Raw response for the API
Status code 422
{“errors”:{“message”:“The JSON object contained in the request body was invalid - see Order schema for details and check the “payload” field in this error object for a list of invalid fields in your request”,“payload”:{“payment”:[“is missing”]}}}
Im still very new to API’s so please help understand what bubble is asking for.