curl --location --request POST 'https://demo.preprod.crego.ai/api/auth/tokens/refresh/' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh": "string"
}'{
"access": "string",
"refresh": "string",
"expires_in": 0,
"token_type": "Bearer",
"user": {
"id": 0,
"username": "string",
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"type": "staff"
}
}