Authorization: Bearer ********************
{
"payout_batch_ids":["215d5394-3da2-47aa-9371-928ea8a5e799"]
}
curl --location --request POST 'https://preprod.api.crego.io/v1/lms/payoutbatches/send_payout_batch/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"payout_batch_ids":["215d5394-3da2-47aa-9371-928ea8a5e799"]
}'
{
"status": "string",
"message": "string",
"data": {
"message": "string",
"total_batches": 0,
"success_count": 0,
"failed_count": 0,
"results": [
{
"payout_batch_ref_id": "string",
"status": "string",
"message": "string"
}
]
}
}