Authorization: Bearer ********************curl --location --globoff --request POST '/{{v2}}/auth/logout?all_devices=true' \
--header 'Authorization: Bearer <token>'{
"meta": {
"timestamp": "2025-04-16T20:58:26+00:00",
"api_version": "v1.1.0",
"status": 200,
"copyright": "© 2025 api.dataemergencia.com. All rights reserved."
},
"data": {
"type": "response",
"attributes": {
"success": true,
"message": "El token ha sido removido exitosamente"
}
}
}