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