cURL
curl --request POST \ --url https://api.coinfer.ai/base/logout \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": null }
Log out of the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
"ok"