curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 123,
"id_tag": "<string>"
}'