curl --location --request POST 'https://api.plexypay.com/v1/payout' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 10000,
"cardNumber": "5478235025529755",
"paymentMethod": "token",
"tokenId": "3",
"cardHolderName": "Dr. Aubrey Emard",
"orderReference": "6-SpNxaP4EqaJrvftUC9i",
"description": "my description"
}'{
"amount": 1099,
"currency": "KZT",
"id": "9f8c3e92-6a0f-4f8e-8bc5-0cb1e95b9c8e",
"status": "authorized"
}