curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"id_token": "<string>"
}
'{
"status": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"id_token": "<string>"
}
'{
"status": "<string>"
}Accepted, Rejected).