POST
/
api
/
auth
/
set-cookie
Set authentication cookie
curl --request POST \
  --url http://localhost:4000/api/auth/set-cookie \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "<string>"
}'

Body

application/json

Response

200

Cookie set successfully