Note: There are multiple endpoints ending with "/jwt". Some of these endpoints then have an added # and number (such as "/jwt#1"). These hash tags are strictly added to allow multiple documents for the same endpoint. In actuality, these endpoints are interchangeable and "/jwt" can be used in all cases.
curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/jwtHASHHACK3' \
--header 'Authorization: Bearer nss_WIveA1Q5yOikVqCaJD9tPZvHEM1tdXXmPfjOyiUzKEzJGSuN89d22816' \
--header 'Content-Type: application/json' \
--data '{
"user": "{{user}}",
"domain": "{{domain}}"
}'{
"token": "string",
"refresh": "string"
}