curl --location --request POST 'https://staging.syncode.anggita.org/api/matchmaking/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"preferences": {
"difficulty": "easy",
"language": "python",
"role": "candidate",
"tags": [
"string"
]
}
}'{
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"status": "searching",
"estimatedWaitTime": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}