curl --request PATCH \
--url https://api.mansafinance.co/api/v1/liquidity/onboarding/credit-limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"client_id": "35afa53d-43ea-47e6-8695-f4f569389a63",
"client_request_id": "be7faa23-a157-4c19-a008-e9800b352118",
"requested_amount": "150000",
"justification": "Expansion into new corridor"
}
'