I think I'm missing the filters key, try any of these:
https://api.procore.com/rest/v1.0/projects/999111/rfis/filters[created_at]="2023-05-15T12:00:00Z...2023-05-29T12:00:00Z"
https://api.procore.com/rest/v1.0/projects/999111/rfis/filters[created_at]=2023-05-15T12:00:00Z...2023-05-29T12:00:00Z
https://api.procore.com/rest/v1.0/projects/999111/rfis?filters[created_at]="2023-05-15T12:00:00Z...2023-05-29T12:00:00Z"
https://api.procore.com/rest/v1.0/projects/999111/rfis?filters[created_at]=2023-05-15T12:00:00Z...2023-05-29T12:00:00Z