curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalUserAPI/GetUserProfile' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"username": "string",
"fullName": "string",
"currentWarehouse": {
"id": 0,
"code": "string",
"name": "string"
},
"currentPrinter": {
"code": "string",
"name": "string"
}
}