curl --location --request PUT 'https://tp.dev/api/relation-goals/update/' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "string", "subtitle": "string", "status": true }'
{ "message": "string" }