curl --location -g --request POST 'https://.daftra.com/api2/client-attendance-log/store' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"ClientAttendance": {
"time": "2020-04-29 12:55:53"
}
}'
{
"code": 202,
"result": "successful",
"id": "2415"
}