{
"user_id": "c60e2035-bd4e-445c-9137-98c2c2f36aed",
"name": "lorem",
"type": "INTERNAL",
"members": [{ "email": "fikri2@gmail.com", "role": "ADMIN" }]
}
curl --location --request PATCH 'http://localhost:5000/api/v1/spaces/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "c60e2035-bd4e-445c-9137-98c2c2f36aed",
"name": "lorem",
"type": "INTERNAL",
"members": [{ "email": "fikri2@gmail.com", "role": "ADMIN" }]
}'{
"error": "string",
"details": [
{
"path": "string",
"message": "string"
}
]
}