cURL
curl --request POST \ --url https://api.memory-x.com/create-partition \ --header 'Content-Type: application/json' \ --data '{ "user_id": "<string>" }'
"<any>"
Create a new partition for a user
Request model for creating a new partition.
Successful Response
The response is of type any.
any