post https://api.bewe.io/v1/employees/
Log in to see full request history
Responses
xxxxxxxxxx
11curl --request POST \
--url https://api.bewe.io/v1/employees/ \
--header 'accept: application/json' \
--header 'authorization: Bearer {token}' \
--header 'content-type: application/json' \
--data '
{
"hasLogin": "true",
"isCashEmployee": "true"
}
'
Try It!
to start a request and see the response here! Or choose an example: