Authorization: Bearer ********************curl --location --request POST '/business/payment-note' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Hello pls pay directly to my account and payment confirms the delivery of the good"
}'{
"success": true,
"message": "Tax updated successfully",
"data": {
"id": 1,
"user_id": 48,
"business_id": "48",
"tax": "21",
"created_at": "2023-08-31T01:44:16.860+01:00",
"updated_at": "2023-08-31T01:47:04.786+01:00"
}
}