curl --request PUT \
--url https://api.decodo.com/v2/sub-users/{sub_user_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"traffic_limit": 123,
"auto_disable": false,
"password": "<string>",
"traffic_count_from": "2023-12-25",
"status": "active"
}
'