barcode for attendance scanning and returns the matched client record. The barcode is supplied in the q query parameter; there is no request body. When the barcode does not resolve to a client, a message of Client Not Found is returned.Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/clients/client_attendance_barcode?q=undefined' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"client": {
"property1": "string",
"property2": "string"
}
}