{
"phone_number": "0974398219"
}curl --location --request POST 'http://127.0.0.1:8000/api/zalo-personal/get-user-by-phone/' \
--header 'X-Auth-User-Id: 5c3c1840-fb62-11ed-a0c5-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "0974398219"
}'{}