curl -X POST https://api.hellotracks.com/api/getaccounts --header 'API-Key: ...' -d ' { "data": {} } '
Retrieve all members
POST https://api.hellotracks.com/api/getaccounts { "data": { "uids": ["<uid-1>",..., "<uid-n>"] } }
uid
{"status":0, "accounts": [...]}