curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalUserAPI/CreateUser' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"fullName": "string",
"password": "stringst",
"isActive": true
}'{
"data": {
"username": "string",
"fullName": "string",
"password": "string",
"isActive": true
}
}