curl --location --request POST '/v1/core/limits/check' \
--header 'X-Request-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"actor_id": "string",
"txn_type": "P2P",
"channel": "string",
"amount": {
"currency": "BBD",
"value": "50.00"
}
}'{
"allowed": true,
"reason_code": "string",
"remaining_daily": {
"currency": "BBD",
"value": "50.00"
}
}