curl --request POST \
--url https://api.dancity.app/api/external/v1/betting/funding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"product": "<string>",
"customerIdentifier": "<string>",
"amount": 101,
"pin": "<string>",
"customerRef": "<string>",
"saveAsBeneficiary": true,
"beneficiaryName": "<string>"
}
'