curl --location --request POST '/v1/kyc/customers' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Idempotency-Key: {{idempotencyKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"msisdn": "12462345678",
"id_type": "NID",
"id_front": "s3://...",
"selfie": "s3://...",
"consent": true
}'{
"customer_id": "cus_001",
"wallet_id": "wal_001",
"tier": "T1",
"status": "active"
}