curl --location --request POST 'https://api.managem.co.uk/seller/payouts/withdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1,
"currency": "string"
}'
{
"id": "string",
"amount": 0,
"currency": "string",
"arrivalDate": "string",
"status": "string"
}