curl --location --request POST '/api/login/refresh-token' \ --header 'Authorization: {{ACCESS_TOKEN}}'
{ "accessToken": "string", "expiresAt": 0, "tokenType": "string" }