{
"userId": "string",
"userName": "string",
"userPin": "string",
"userStatus": "string",
"userPicturePath": "string",
"userPos": "string",
"userBackEnd": "string",
"userEndDayPeform": "string",
"userDashBoard": "string",
"performEnddayForced": true,
"requestSupport": true,
"logtOut": true,
"recallInvoice": true,
"recallOldInvoice": true,
"voidTrans": true,
"retrnTrans": true,
"customerManagement": true,
"creditCardSale": true,
"cashSale": true,
"giftCardSale": true,
"allowpricechange": true,
"allowdiscount": true,
"allowReturns": true,
"allowCashDrawerOpen": true,
"allowGiftCardBalanceChk": true,
"allowNonTaxSales": true
}curl --location --request POST 'https://api3.mypospointe.com:8843/Users' \
--header 'db: 170' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"userName": "string",
"userPin": "string",
"userStatus": "string",
"userPicturePath": "string",
"userPos": "string",
"userBackEnd": "string",
"userEndDayPeform": "string",
"userDashBoard": "string",
"performEnddayForced": true,
"requestSupport": true,
"logtOut": true,
"recallInvoice": true,
"recallOldInvoice": true,
"voidTrans": true,
"retrnTrans": true,
"customerManagement": true,
"creditCardSale": true,
"cashSale": true,
"giftCardSale": true,
"allowpricechange": true,
"allowdiscount": true,
"allowReturns": true,
"allowCashDrawerOpen": true,
"allowGiftCardBalanceChk": true,
"allowNonTaxSales": true
}'{}