1
2
3
4
5
6
7
8
|
#! /bin/bash
#
curl \
-X POST\
--header "Content-Type: application/json"\
--header "X-SSL-Client-CN: something-ugly"\
-d '{"ptime":1713216484,"id_client":"test-cli","name":"test-pos","lat":10.0,"lon":20.1}'\
http://127.0.0.1:18081/position
|