How to display UI fields from your API?
curl -X POST https://your-domain.com/api/users/get-custom-value \
-H "Content-Type: application/json" \
-d '{
"userTelegramId": 12314332,
"userPoints": 1000000,
"userFriendsCount": 5,
"userTotalLevels": 20,
"userLevel": 2,
"tonFriendlyAddress": "dfdsFDEDddsDFsddfsd",
"tonRawAddress": "dfdsFDEDddsDFsddfsd"
}'How to add custom API UI field on UI?



Last updated