I have an API (.NET Core Web API) with a lot of POST methods that need Foreign Keys IDs in data payload. If such FK doesn\'t exists in the database
.NET Core Web API
POST