{
"loginType":3,
"loginUserId":"123",
"identityToken":"567"
}curl --location '/app/user/login' \
--header 'User-Id: 2' \
--header 'Content-Type: application/json' \
--data '{
"loginType":3,
"loginUserId":"123",
"identityToken":"567"
}'