Skip to main content

Testing Endpoint

POST /testing

Request Body

  • Media Type: application/json

Example Value

{
"additionalProp1": {},
"additionalProp2": {},
"additionalProp3": {}
}

Responses

200 OK

Media Type: Controls Accept header. Example Value

"string"

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /testing \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!