Country
APIs for managing countries
List CountriesGET
List all countries with pagination and filtering options.
Create CountryPOST
Create a new country with the provided data.
Detail CountryGET
Get details of a specific country by its ID.
Update CountryPOST
Update a specific country by its ID.
Delete CountryDELETE
Delete a specific country by its ID.