What Grafana version and what operating system are you using?
Running in Docker:
bash-5.0$ ./bin/grafana-server -v
Version 7.5.7 (commit: 91de51771c, branch: HEAD)
What are you trying to achieve?
Make a REST POST call out to my own (SpringBoot) API
Seems the plugin is not being maintained, see reply from Grafana support.
Indeed, it looks like POST JSON data to backend is not currently supported. There seem to be two related issues here:
You’re welcome to share your thoughts there, it looks like this feature request has been added as a future enhancement but I am not sure when that work will be completed. In the meantime, you may need to forego using the AJAX Plugin.