curl --request GET \
--url https://api.example.com/v1/datetime/relative \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get relative time description (e.g., ‘2 days ago’).
curl --request GET \
--url https://api.example.com/v1/datetime/relative \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}