{
"expiresAt": "2030-06-15T13:45:30.0000000-07:00"
}
curl --location --request POST 'https://platform.shopranos.eu/api/v1/quotes//set-expiration' \
--header 'x-companyId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"expiresAt": "2030-06-15T13:45:30.0000000-07:00"
}'
{}