{
"comment": "string",
"end_date": "2019-08-24T14:15:22Z"
}
curl --location --request PUT '/tenants//clients//subscriptions//change_end_date' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"end_date": "2019-08-24T14:15:22Z"
}'
0