To start a process in Camunda platform 8 saas via API call

I was able to do the example explained in the link , but when added it another model it’s not working, can tell me what’s the issue? I will atach the details below


the request body needed to start the process is
{
“person_uuid”: “test2”,
“employment_category”: “critical infrastructure”,
“age”: 25
}