curl --request POST \
--url https://api.reprompt.io/v1/us-kyb/reports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"business_name": "<string>",
"address": {
"address_line1": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"country_code": "<string>"
}
}
'