apikey: ********************{
    "id": "gen_random_uuid()",
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304",
    "reason": "string",
    "status": "Active",
    "created_at": "now()",
    "updated_at": "string",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}curl --location --request PATCH '/reports' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "gen_random_uuid()",
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304",
    "reason": "string",
    "status": "Active",
    "created_at": "now()",
    "updated_at": "string",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}'{}