Authorization: Bearer ********************curl --location --request PUT 'https://dev-api-desk.tks.co.th/api/SubscriptionKeys/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; v=1.0' \
--data '{
"name": "string",
"description": "string",
"dateExpired": "2019-08-24T14:15:22.123Z",
"isActive": true,
"requestsPerDay": 0,
"allowedScopes": "string",
"clientId": "string"
}'{}