curl --request POST \
--url https://synthesis.trade/api/v1/project/account/{account_id}/sessions/expire-all \
--header 'X-PROJECT-API-KEY: <api-key>'{
"success": true,
"response": {
"expired": 2
}
}Expire every active session for the project account.
curl --request POST \
--url https://synthesis.trade/api/v1/project/account/{account_id}/sessions/expire-all \
--header 'X-PROJECT-API-KEY: <api-key>'{
"success": true,
"response": {
"expired": 2
}
}