{ "position": 1, "phone_number": true }
curl --location --globoff 'http://localhost/v2/get_dongle_info' \ --header 'Content-Type: application/json' \ --data '{ "position": 1, "phone_number": true }'
{ "status": true, "data": { "position": 1, "phone_number": "+1234567890" } }