ns_refresh_token cookie and sets both as cookies again. The endpoint reads only the cookie, and any request body is ignored. No access token is needed. A JWT refresh token produces JWTs, which are returned only in the cookies, and the body carries the user's identity. An opaque refresh token produces opaque tokens, which are also returned in the body as access_token and refresh_token. A token issued while MFA is still pending can't be refreshed. A missing, invalid or expired refresh token returns 401: send the user back to log in. For apps that hold tokens themselves, use the refresh_token grant on /netsapiensjs or /jwt instead.curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/oauth/refresh'{
"displayName": "Front Desk",
"domain": "example.com",
"scope": "Basic User",
"territory": "example-reseller",
"uid": "1001@example.com",
"user": "1001",
"user_email": "user@example.com",
"login": "1001@example.com",
"token_type": "Bearer"
}