{
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5..."
}curl --location --request POST '/auth/refresh' \
--header 'Content-Type: application/json' \
--data-raw '{
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5..."
}'{
"access_token": "new_access_token",
"refresh_token": "new_refresh_token"
}