Authorization: ********************curl --location --request DELETE '/api/v1/institutions/my/remove' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"institution_id": 1
}'{
"success": false,
"error": {
"code": "RES_001",
"message": "Institution not found in your list"
}
}