Files

27 lines
296 B
Plaintext

meta {
name: unlock_all_bands
type: http
seq: 32
}
post {
url: http://192.168.68.1:3000/api/band-lock
body: json
auth: inherit
}
body:json {
{
"lte_fdd_bands": [],
"lte_tdd_bands": [],
"nr_fdd_bands": [],
"nr_tdd_bands": []
}
}
settings {
encodeUrl: true
}