curl --request GET \
--url https://api.example.com/v1/datetime/days-in-month \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get the number of days in a month.
curl --request GET \
--url https://api.example.com/v1/datetime/days-in-month \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}