curl --request POST \
--url https://example.com//api/v1/integration/butler/withdrawal-order \
--header 'Authorization: Bearer Your Token' \
--header 'Content-Type: application/json' \
--data '{
"externalId": "Merch-12345",
"amount": 1000,
"properties": [
{
"key": "cardNumber",
"value": "1111123456781111"
},
{
"key": "telecomOperator",
"value": "vodafone-uk"
}
]
}'/api/v1/integration/merch-deposit-order -> /api/v1/integration/butler/withdrawal-orderplease request an authorization token from the manager