curl --location --request POST '/api/authenticate' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "string",
"api_secret": "string"
}'{
"status": "ok",
"data": {
"token": "7hj847h9p3887hioj4398i",
"expire_at": 1747397304
}
}