curl --location --request POST '/schedule/interview' \
--header 'Content-Type: application/json' \
--data-raw '{
"jid": "string",
"afsid": "string",
"iids": [
"string"
],
"mode": "online",
"interview": {
"oid": "string",
"start_time": "15/05/2025 15:00",
"end_time": "15/05/2025 16:00",
"platform_name": "Google"
}
}'
null