Authorizations
Body
application/json · any
curl --request POST \
--url https://nini.monieswitch.com/payout/bulk/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"batchFile": "file",
"name": ""
}'{
"status": true,
"message": "Operation running in the background.",
"data": {
"id": "d0aaa76b-a960-4fe5-948f-0196eb0514fa",
"name": "Testing",
"status": "UPLOADING",
"batchReference": "P0JZNFvByf601yVbbS34RPjieMm0Qt75auKZ",
"uploadedFile": "https://d26vslh4lbgfdh.cloudfront.net/6vj90vFrMGgoj6VBNxxkFs3xN_bulk-payout-template.csv"
}
}curl --request POST \
--url https://nini.monieswitch.com/payout/bulk/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"batchFile": "file",
"name": ""
}'{
"status": true,
"message": "Operation running in the background.",
"data": {
"id": "d0aaa76b-a960-4fe5-948f-0196eb0514fa",
"name": "Testing",
"status": "UPLOADING",
"batchReference": "P0JZNFvByf601yVbbS34RPjieMm0Qt75auKZ",
"uploadedFile": "https://d26vslh4lbgfdh.cloudfront.net/6vj90vFrMGgoj6VBNxxkFs3xN_bulk-payout-template.csv"
}
}