cURL
curl --request POST \ --url https://ctechnology.io/api/v2.2/account/logout \ --header 'Authorization: <api-key>'
{ "header": { "api_version": "<string>", "status": "<string>", "message": "<string>" } }
Log a user out.
Note that the API key has to be sent as Token 123 where 123 is the key you received after logging in or by creating on the developer dashboard.
Token 123
123
OK