Authorization: Bearer ********************
{
"denomination": 0,
"orderReferenceId": "string",
"productCatalogId": "string",
"quantity": 0
}
curl --location --request POST '/api/v0/partner/create-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"denomination": 0,
"orderReferenceId": "string",
"productCatalogId": "string",
"quantity": 0
}'
{"payload":"User does not have adequate authority","errorResponse":{"timestamp":"2024-07-11 05:57:19","requestId":"D8C06486E01FD4071CEB10F177B8AFE8","errorType":"UNAUTHORIZED","errorMessage":"User does not have adequate authority"},"response_code":1,"response_message":"Failure"}