Authorization: Bearer ********************
{
"refresh": ""
}
curl --location --request POST 'http://127.0.0.1:8000/api/auth/token/refresh/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh": ""
}'
{}