curl --request PUT \
--url https://api.example.com/api/v1/customer-invitation-form-style-presets/{presetId}/style \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'curl --request PUT \
--url https://api.example.com/api/v1/customer-invitation-form-style-presets/{presetId}/style \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'