curl --location --request GET 'https://api.mediago.io/manage/v1/account' \ --header 'Authorization: Bearer your_access_token_here' \ --header 'Content-Type: application/x-www-form-urlencoded'
[ { "account_id": "1", "account_name": "demo-account", "pixels": [ { "conversion_name": "purchase", "category": "Purchase", "include_in_total_conversion": 0, "status": 0 }, { "conversion_name": "lead", "category": "Lead", "include_in_total_conversion": 1, "status": 1 } ] } ]