takuron1996 / WireMock

WireMock用のリポジトリ
0 stars 0 forks source link

ログインAPIのWireMock作成 #4

Closed takuron1996 closed 8 months ago

takuron1996 commented 8 months ago
$ curl -X POST -H "Content-Type: application/json" -d "{'id' : 'id', 'password':'password'}" http://localhost:8080/api/login
{"token":"xxxxxxxxxxxx"}