Authorization: Bearer ********************curl --location '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",
"ownerId": 0,
"companyId": 0,
"dateExpired": "2019-08-24T14:15:22.123Z",
"requestsPerDay": 0,
"allowedScopes": "string",
"clientId": "string"
}'{}