NOTE: I tested this manually using Postman, I didn't know how to add a test on a method that requires a payload in the request (ie: a POST or DELETE method). Any hint on how to do this? I see this FixApi has some support for this but I could not find an example on how to use it.
This adds an endpoint to delete entries from table
user_individuals
Error conditions:
Admin
NOTE: I tested this manually using Postman, I didn't know how to add a test on a method that requires a payload in the request (ie: a POST or DELETE method). Any hint on how to do this? I see this FixApi has some support for this but I could not find an example on how to use it.