4
0
PUT /authentications
Get new access token using refreshToken.
refreshToken
Content-Type: application/json
{ "refreshToken": "jwt.token.example" }
{ "status": "success", "data": { "accessToken": "jwt.token.example", } }