PUT
/
api
/
public
/
subscription-management
/
user-subscriptions
curl --request PUT \
  --url http://localhost:3001/api/public/subscription-management/user-subscriptions \
  --header 'Content-Type: application/json' \
  --data '{
  "workspaceId": "<string>",
  "hash": "<string>",
  "identifier": "[email protected]",
  "identifierKey": "email",
  "changes": {}
}'
"<string>"

Body

application/json

Response

204
application/json

An empty String