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