curl --location '//workspace/subscription' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"status": "trialing",
"plan": {
"id": "string",
"slug": "string",
"name": "string"
},
"current_period_start": "2019-08-24T14:15:22.123Z",
"current_period_end": "2019-08-24T14:15:22.123Z",
"trial_ends_at": "2019-08-24T14:15:22.123Z",
"cancel_at_period_end": true,
"cancelled_at": "2019-08-24T14:15:22.123Z",
"ended_at": "2019-08-24T14:15:22.123Z",
"available_actions": [
"change_plan"
]
}
}