curl --location --request POST 'https://api.checkandplace.com/api/v1/search/integration' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "simpra_pms",
"query": "string",
"query_type": 1
}'