{ "positions": [ 1, 2, 3 ], "imei_changer_option": 1, "imei_list": "123456789012345 987654321098765", "phone_models": [ "35207406", "35304509", "35488910", "86756003" ], "based_imei": "123456789012345" }
curl --location -g --request POST 'http://localhost/v2/imei_change_in_bulk' \ --header 'Content-Type: application/json' \ --data-raw '{ "positions": [ 1, 2, 3 ], "imei_changer_option": 1, "imei_list": "123456789012345 987654321098765", "phone_models": [ "35207406", "35304509", "35488910", "86756003" ], "based_imei": "123456789012345" }'
{ "status": true, "msg": "Sent change IMEI successfully. Waiting for dongles reboot!" }