Roadmap by Url
Get roadmap by Url
curl -X GET "http://localhost:8000/api/v1/roadmaps/string"{
"roadmap": {
"id": {},
"name": {},
"url": {},
"color": {}
}
}{
"message": "Roadmap not found",
"code": "ROADMAP_ID_OR_URL_MISSING"
}{
"message": "Something went wrong!",
"code": "SERVER_ERROR"
}