cURL 转代码
把 cURL 命令转成 fetch / axios 代码。
本地处理
NEW
fetch 代码
解析结果
{
"url": "https://api.example.com/users",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer eyJ..."
},
"data": "{\"name\":\"WeTools\",\"tags\":[\"dev\"]}",
"formFields": []
}