curl --request POST \
--url https://api.halth.com/v1/businesses/{businessId}/transactions/{transactionId}/receipts \
--header 'Content-Type: application/json' \
--data '
{
"client": {
"name": "<string>",
"email": "jsmith@example.com",
"mobileNumber": "<string>"
},
"location": {
"name": "<string>",
"email": "jsmith@example.com"
}
}
'