curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/admin/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{}Revokes the refresh token to prevent future token refreshes
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/admin/logout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{}