curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/chargers/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"created": 123,
"skipped": 123,
"errors": [
{
"row": 123,
"identity": "<string>",
"error": "<string>"
}
]
}curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/chargers/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"created": 123,
"skipped": 123,
"errors": [
{
"row": 123,
"identity": "<string>",
"error": "<string>"
}
]
}.csv or .txt file, with a maximum size of 1MB.Import completed).