curl --location --request POST 'https://api.staging.vrtx.sa/payouts/' \
--header 'idempotency-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"payout_amount": "250.00",
"payout_purpose": "Salary payment for November 2024",
"external_reference": "PAY-2024-001234",
"customer_id": "CUST-5a8f9c2e-b3d4-4a1f-9e7c-8d6f5a4b3c2d"
}'{
"transaction_id": "TXN-2024-11-19-A1B2C3D4",
"payout_id": "7c5a3d04-3c0e-4fd4-9c5d-4b4f5d6f98b2",
"status": "PENDING",
"created_at": "2024-11-19T10:30:00.000Z"
}