curl --request GET \
--url https://api.example.com/v1/datetime/add \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Add time to a date.
curl --request GET \
--url https://api.example.com/v1/datetime/add \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Start date (ISO format)
Days to add
Hours to add
Minutes to add
Seconds to add
Weeks to add
Successful Response