Authorization: Bearer ********************
curl --location --request PATCH 'https://dev-api.inwantaiwan.com/api/cms/v1/order//payment-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "string"
}'
{}