cURL
curl --request POST \ --url https://api.artemis.cynopsis.co/api/asia-verify/login \ --header 'Authorization: Bearer <token>' \ --header 'X-Domain-ID: <x-domain-id>'
{ "accessToken": "<string>", "expiresIn": "<string>", "tokenType": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
X-Domain-ID
OK