{
"filter": {
"id": [
1
]
},
"update": {
"password": "newpassword",
"tag": "new tag",
"traffic_limit_mb": 200
}
}
curl --location --request POST 'https://api.ipcola.com/api/account/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"id": [
1
]
},
"update": {
"password": "newpassword",
"tag": "new tag",
"traffic_limit_mb": 200
}
}'
{
"meta_message": "string",
"meta_status": 0
}