X-API-Key: sk_* linked to a user or Authorization: Bearer <Supabase JWT>. Unlinked partner keys are rejected.curl --location '/v1/limits' \
--header 'X-Managed-Profile-Id;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"corridors": [
"AR"
]
}'{
"limits": [
{
"corridor": "AR",
"currency": "EUR",
"direction": "BUY",
"max": "string",
"period": {
"endsAt": "2019-08-24T14:15:22.123Z",
"startsAt": "2019-08-24T14:15:22.123Z",
"type": "calendar_month"
},
"used": "string"
}
]
}