{
"firstname": "string",
"lastname": "string",
"email": "string",
"mobile": "string",
"role": "string",
"omnichannel": true,
"makeEmailOptional": true,
"address": "string",
"deviceId": "string",
"birthDate": 0,
"birthMonth": 0,
"salesCommissions": 0,
"storeStaffId": "string"
}
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/store//user' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname": "string",
"lastname": "string",
"email": "string",
"mobile": "string",
"role": "string",
"omnichannel": true,
"makeEmailOptional": true,
"address": "string",
"deviceId": "string",
"birthDate": 0,
"birthMonth": 0,
"salesCommissions": 0,
"storeStaffId": "string"
}'
{
"updateAvailable": true,
"centralAccId": "string",
"appType": "string",
"mobileOnlyUser": true,
"allowAdminOverride": true,
"bankFullName": "string",
"bankCode": "string",
"bankAccountNo": "string",
"bankAccountName": "string",
"accountId": "string",
"sessionId": "string",
"accountToken": "string",
"userId": "string",
"fullname": "string",
"firstname": "string",
"lastname": "string",
"mobile": "string",
"email": "string",
"sessionExpireDate": "2019-08-24T14:15:22Z",
"role": "string",
"profilePicture": "string",
"storeStaffId": "string",
"transPrefix": "string",
"smsBalance": 0,
"recentInfo": "string",
"totalCreditScore": 0,
"walletBalance": 0,
"storeId": "string"
}