-curl -X POST -H "Content-Type:application/json" --data '{"body":"Request for an approver to allow merging."}' ${GITLAB_API_URL}/projects/${CI_PROJECT_ID}/merge_requests/{$MR_ID}/discussions?private_token=${GITLAB_API_TOKEN}
-curl -X POST -H "Content-Type:application/json" --data '{"body":"Request for an approver code review and resolve this thread to enable merging."}' ${GITLAB_API_URL}/projects/${CI_PROJECT_ID}/merge_requests/{$MR_ID}/discussions?private_token=${GITLAB_API_TOKEN}