Authorization: Bearer ********************
{
"paymentId": [
"string"
],
"status": "paid"
}
curl --location --request PATCH 'https://api.upbooks.io/api/v1/invoice//mark-as-paid' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentId": [
"string"
],
"status": "paid"
}'