curl --location --request POST 'https://openapi.wateen.ai/api/v1/WasteReason' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"reason": "string",
"isActive": true,
"canEdit": true,
"id": 0
}
]
}'