curl --location --request POST '/send_ark_share' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "123456",
"phone_number": ""
}'{
"status": "ok",
"retcode": 0,
"data": {
"ark": "..."
},
"message": "",
"wording": ""
}