POST
/
create-partition
Create Partition
curl --request POST \
  --url https://api.memory-x.com/create-partition \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "<string>"
}'
"<any>"

Headers

x-api-key
string | null

Body

application/json

Request model for creating a new partition.

Response

200
application/json

Successful Response

The response is of type any.