curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'204 No Content response on success.