12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
|
{
|
||
|
"Version": "12.4.1",
|
||
|
"DestinationType": "URLShortener",
|
||
|
"RequestMethod": "POST",
|
||
|
"RequestURL": "https://questionable.link/shorten",
|
||
|
"Body": "MultipartFormData",
|
||
|
"Arguments": {
|
||
|
"url": "$input$"
|
||
|
},
|
||
|
"URL": "$json:url$",
|
||
|
"DeletionURL": "$json:del_url$"
|
||
|
}
|