I was looking to the specs of callbacks belong to the service read-current-mac-table-from-device

the second callback: PromptForUpdatingMacTableFromDeviceCausesMacTableBeingRetrievedFromDevice it seems not working if I use a GET method, but it is working fine according with the actual implementation:
let response = await axios.post(fullUrl, data, {
headers: httpRequestHeaderAuth
});
Could please check and clarify? In case please update documentation