{ "traffic_limit_mb": 100, "password": "password123", "account_name": "myaccount", "tag": "for test" }
curl --location --request POST 'https://api.ipcola.com/api/account/add' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "traffic_limit_mb": 100, "password": "password123", "account_name": "myaccount", "tag": "for test" }'
{ "account": { "account_name": "string", "created_unixtime": 0, "id": 0, "password": "string", "tag": "string", "traffic_limit": 0, "traffic_used": 0, "user_id": 0 }, "meta_message": "string", "meta_status": 0 }