curl --location --request PUT '/api/probe-target/' \
--header 'Cookie: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"location": {
"latitude": 0,
"longitude": 0
},
"name": "string",
"description": "string"
}'