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