curl --location '/v3/api/business/reseller/lookups//verify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"access_code": "PASS5678"
}'{
"object": "lookup",
"id": "lkp_a1b2c3d4e5f6",
"issuer": "iss_z9y8x7w6v5u4",
"status": "active",
"token": "lkpt_9f3a8c1d7b2e4f6a0d5c8b1e3a7f2d9c",
"expires_at": 1749292800,
"created": 1746700000
}