Description: validate the data that comes from the client and send them to airtable
acceptance criteria:
[ ] validation
validate the fields using yup module
placeName: required string less than 100 characters
location: contains the country, city and the region, required string less than 100 characters
city: required string less than 50 characters
URL: string optional
sitSpotType: required string
accommodationType: required string
route: api/v1/place
method:post
Description: validate the data that comes from the client and send them to airtable
acceptance criteria: