curl --location --request POST '/auth/refresh' \ --header 'Content-Type: application/json' \ --data-raw '{ "refresh_token": "string" }'
{ "access_token": "string" }