curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/payouts/requests/{{merchantId}}/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"periodStartDate": "2026-01-01",
"periodEndDate": "2026-01-31"
}'{}