curl --request POST \
--url https://apay.caibo.digital/customers \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"name": "<string>",
"email": "[email protected]",
"id": 123,
"ownerId": 123,
"userId": 123,
"ownerName": "<string>",
"address": "<string>",
"phone": "<string>",
"memberId": "<string>",
"hasPaymentRequests": true,
"totalDeposits": 123,
"createDate": "2023-11-07T05:31:56Z"
}
'