{
"user_id": "c60e2035-bd4e-445c-9137-98c2c2f36aed",
"name": "lorem",
"type": "INTERNAL",
"members": [{ "email": "fikri2@gmail.com", "role": "ADMIN" }]
}
curl --location 'http://localhost:5000/api/v1/spaces/08e67ac0-301e-46aa-898a-6c644a46c5e4/topics/25c594fe-b112-4b39-ade7-56a711319ed7/replies' \
--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"
}
]
}