curl --location --request PATCH 'https://dev-api.elefin.id/trx/orders//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"acceptance": true,
"rejectCategoryID": "string",
"remarks": "string"
}'{}