I want to create custom REST endpoint in MarkLogic, like "http://localhost:port/v1/resources/my_custom_endpoint"
And I am doing it via curl command in my local. But I want to integrate this with ml-gradle to automate this process as first install activity.
Please let me know how to do it via ml-gradle.