https://localhost/person/ (Persons ID)
https://localhost/person/create
{
"firstName": "",
"lastName": "",
"number":
}
https://localhost/interest/create
{
"title": "",
"description": ""
}
https://localhost/person/connect
{
"personId": ,
"interestTitle": ""
}