Authorization: Bearer ********************{
"refresh_token": "string"
}curl --location --request POST '/auth/refresh' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "string"
}'{
"token_type": "Bearer",
"access_token": "string",
"refresh_token": "string",
"expires_in": 3600,
"refresh_expires_in": 604800
}