curl --location '/institutions/applicants/apply' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"childIds": ["6a02bdbf90f6f9b59ef159ed", "6a02bdcf90f6f9b59ef159ef"],
"status": 2
}'<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /api/v2/applicants/apply</pre>
</body>
</html>