Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/subscriptions//offers' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'[
{
"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"
}
]