Authorization: Bearer ********************{
"comment": "string",
"end_date": "2019-08-24T14:15:22.123Z"
}curl --location --request PUT 'https://api.ffdemo.ufp.ai/tenants//clients//subscriptions//change_end_date' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"comment": "string",
"end_date": "2019-08-24T14:15:22.123Z"
}'0