Skip to main content

Test Endpoint

POST {{baseUrl}}/testing

Description

This is a test endpoint

Headers

  • Content-Type: application/json

  • Accept: /

Body

Raw (JSON):

{
"sint90": {},
"ad5d": {}
}

Sample Request

curl --location -g '{{baseUrl}}/testing' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--data '{
"sint90": {},
"ad5d": {}
}'

Sample Response

Status: OK (200) Content-Type: application/json

<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!