This endpoint is used to create a guest session id. Read more about guest sessions here
curl --request GET \ --url https://api.themoviedb.org/3/authentication/guest_session/new \ --header 'Authorization: Bearer <token>'
{ "expires_at": "2024-12-08 11:32:49 UTC", "guest_session_id": "0145215ad484b24c4b3f2ed0f5b77217", "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request successful
The response is of type object.
object