Authorization: Bearer ********************{
"id": "string",
"offer_type": "FIRST_TIME",
"discount_type": "FIXED",
"discount_value": 0,
"valid_from": "string",
"valid_until": "string",
"applies_to_new_users_only": true,
"applies_permanently": true,
"subscription_id": "string"
}curl --location --request PATCH 'http://localhost:4002/rest/v1/subscriptions//offers/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"offer_type": "FIRST_TIME",
"discount_type": "FIXED",
"discount_value": 0,
"valid_from": "string",
"valid_until": "string",
"applies_to_new_users_only": true,
"applies_permanently": true,
"subscription_id": "string"
}'{
"id": "string",
"offer_type": "FIRST_TIME",
"discount_type": "FIXED",
"discount_value": 0,
"valid_from": "string",
"valid_until": "string",
"applies_to_new_users_only": true,
"applies_permanently": true,
"subscription_id": "string"
}