curl --request PATCH \
--url https://api.serial.io/work-orders/{id}/approvals \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"approver_user_id": "cddaa2ad-a813-4e07-9ada-2d9c5fa02907",
"status": "APPROVED",
"comment": "Looks good! Let'\''s get this going"
}'