curl --location --request PUT '/appointment//paymentMethod' \ --header 'Content-Type: application/json' \ --data-raw '{ "particularValue": 0, "paymentMethod": "string" }'
{ "message": "string" }