Authorization: Bearer ********************curl --location 'https://gateway-sandbox.balad.tech/remit-api/v1/lookups/purposes' \
--header 'X-Country-Code;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": [
{
"code": "XXX",
"description": "PURPOSE 1"
},
{
"code": "XXX",
"description": "PURPOSE 2"
}
],
"errors": null
}