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>"
Allows users to manage their 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>"
An empty String