cURL
curl --request GET \ --url https://api.themoviedb.org/authentication \ --header 'Content-Type: application/json' \ --data '""'
{ "success": true }
Authentication
""
The body is of type any.
any
The response is of type object.
object