curl --location '/v3/api/business/reseller/lookups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"issuer": "iss_z9y8x7w6v5u4",
"client_id": "client_abc123"
}'{
"object": "lookup",
"id": "lkp_a1b2c3d4e5f6",
"issuer": "iss_z9y8x7w6v5u4",
"status": "pending",
"created": 1746700000
}