added bruno files for getting Mal Anime

This commit is contained in:
2024-08-16 15:47:23 -04:00
parent 76ea4f73ec
commit a433df84db
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,15 @@
meta {
name: Update Anime Status
type: http
seq: 4
}
patch {
url: https://api.myanimelist.net/v2/anime/50205/my_list_status
body: formUrlEncoded
auth: bearer
}
auth:bearer {
token: {{MAL_ACCESS_TOKEN}}
}