curl --request POST \
--url https://sgja-api.vohoangphuc.com/auth/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'Revokes access and refresh tokens
curl --request POST \
--url https://sgja-api.vohoangphuc.com/auth/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"refreshToken": "<string>"
}
'