curl --location --request PUT 'https://tp.dev/api/interests/update/' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "status": "string", "image": "http://example.com" }'
{ "message": "string" }