{
"birthCity": "string",
"birthDate": "2019-08-24",
"birthTime": "string",
"chineseName": "string",
"fullName": "string",
"gender": "Male",
"language": "am-ET",
"photoId": 0,
"timezone": "UTC-12:00"
}curl --location --request POST '/UserProfile/saveMyProfile' \
--header 'Content-Type: application/json' \
--data-raw '{
"birthCity": "string",
"birthDate": "2019-08-24",
"birthTime": "string",
"chineseName": "string",
"fullName": "string",
"gender": "Male",
"language": "am-ET",
"photoId": 0,
"timezone": "UTC-12:00"
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}