curl --request POST \
--url https://synthesis.trade/api/v1/account/session/expire \
--header 'Authorization: Bearer <token>'{
"success": true,
"response": {
"expired": true
}
}Expire the current account session. This route requires a bearer session.
curl --request POST \
--url https://synthesis.trade/api/v1/account/session/expire \
--header 'Authorization: Bearer <token>'{
"success": true,
"response": {
"expired": true
}
}Account session token.
Current session expired