curl --location --request PATCH 'https://fullers.flamesware.com/api/v1/restaurant/orders/158/reject' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"rejection_reason": "Out of stock"
}'
{}