curl --request GET \
--url https://api.example.com/v1/convert/time/seconds-to-hms \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Convert seconds to hours:minutes:seconds.
curl --request GET \
--url https://api.example.com/v1/convert/time/seconds-to-hms \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}