curl --request POST \
--url http://localhost:3001/api-l/sessions/ \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"memberId": "<string>"
}'
{
"token": "<string>"
}
Create a session.
curl --request POST \
--url http://localhost:3001/api-l/sessions/ \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"memberId": "<string>"
}'
{
"token": "<string>"
}
Default Response
The response is of type object
.