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