Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/plus/auth/logout/ \
--header 'Content-Type: application/json' \
--data '
{
"refresh": "<string>"
}
'{}Takes a token and blacklists it. Must be used with the
rest_framework_simplejwt.token_blacklist app installed.
curl --request POST \
--url https://api.example.com/v1/plus/auth/logout/ \
--header 'Content-Type: application/json' \
--data '
{
"refresh": "<string>"
}
'{}The response is of type object.
Была ли эта страница полезной?