{
"positions": [
1,
2,
3
],
"apn": {
"auto_apn": "0",
"apn_name": "internet",
"ip_type": "0",
"auth_type": "NONE",
"auth_user": "user",
"auth_pass": "password"
}
}
curl --location -g --request POST 'http://localhost/v2/change_apn' \
--header 'Content-Type: application/json' \
--data-raw '{
"positions": [
1,
2,
3
],
"apn": {
"auto_apn": "0",
"apn_name": "internet",
"ip_type": "0",
"auth_type": "NONE",
"auth_user": "user",
"auth_pass": "password"
}
}'
{
"status": true,
"msg": "Sent change APN successfully! Please wait up to 15s to effect!"
}