{ "identity": "USER_1" }
curl --location --request GET 'http://127.0.0.1:8888/user/detail' \ --header 'Content-Type: application/json' \ --data-raw '{ "identity": "USER_1" }'
{}