curl --location -g --request POST '{{BASE_URL}}/admin/orders//transfer' \ --header 'Content-Type: application/json' \ --data-raw '{ "customer_id": "string", "description": "string", "internal_note": "string" }'