curl --location --request POST 'https://api.recital.finance/api/v1/direct-debit/subaccount/consent' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api-key>' \
--data-raw '{
"email":"e@x.com",
"callbackUrl": "http://google.com",
"connectId":"CON-R01D31Z5JIXB4G5W25L8YYYYIG",
"accountWalletId": "842d6cae-87db-44a7-9a20-4f719acd9a7"
}'