curl --location --request GET '/plants/paginated?page=1&limit=10&familyId&plantType'{
"responseMessage": [
"string"
],
"responseCode": 0,
"responseData": [
{
"id": "string",
"title": "string",
"banners": [
{
"id": "string",
"title": "string",
"image": {
"id": "string",
"url": "string"
},
"position": 0
}
],
"synonyms": [
"string"
],
"arabicName": [
"string"
],
"commonName": [
"string"
],
"localName": [
"string"
],
"family": {
"id": "string",
"name": "string"
}
}
]
}