Authorization: Bearer ********************curl --location --request POST '/cheque-mailing-address' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_name": "Monika",
"address": "street road",
"city": "street city",
"state": "Kogi state",
"postal_code": "566009",
"zip_code": "12121",
"country": "Mozambique"
}'{
"success": true,
"message": "string",
"data": {
"id": "string",
"user_id": "string",
"business_id": "string",
"business_name": "string",
"address": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"zip_code": "string",
"country": "string",
"created_at": "string",
"updated_at": "string"
}
}