PUT /shipments/carriers/{slug}/credentials, whichis_configured: True without ever callingenabled: True, silently switching the carrier onAuthorization: Bearer ********************curl --location --request PUT 'https://numueg.app/api/v1/stores//settings/shipping/bosta/credentials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"api_key": "stringstri",
"business_id": "string",
"webhook_secret": "string",
"auto_create_shipment": false
}'{
"success": true,
"data": {
"is_configured": true,
"api_key_masked": "string",
"business_id": "string",
"auto_create_shipment": false,
"last_configured": "string"
},
"message": "string"
}