curl --request POST \
--url https://api.mansafinance.co/api/v1/liquidity/onboarding/whitelist \
--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",
"wallet_address": "0xABC123...",
"label": "New Trading Wallet",
"network": "Polygon"
}
'