Authorization: Bearer ********************
curl --location --request POST 'http://127.0.0.1:9897/api/autostun/refreshNatType' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"backgroundTask": {
"id": "string",
"showLogs": true
},
"message": null,
"data": null
}