Add API endpoint that receive and validate one row data.
This endpoint shall receive data in JSON format with keys sets to FIG column names
This endpoint shall return response in JSON format.
When the data contains error(s), response shall contain error code(s) and message(s)
When the data is valid, response shall contain successful message.