Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
curl --request POST \
--url https://api.skulabs.com/order/get_single_bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order": "<string>"
}'/order/get_single_bulk
curl --request POST \
--url https://api.skulabs.com/order/get_single_bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK