Authorization: Bearer ********************curl --location --request POST 'https://cool.jobmojito.com/functions/v1/job-interview-set-state' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"position_id": "0cc9243a-e182-4b95-bcb2-895ceb9d1202",
"status": "active",
"is_embedded": false
}'{}