Authorization: Bearer ********************curl --location --request PATCH 'https://numueg.app/api/v1/stores//shipments/carriers/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"auto_create_shipment": true
}'null