Aulão de Cypress

Описание к видео Aulão de Cypress

Curls utilizados na aula:

1)

curl --location 'https://1rzg9j3gj7.execute-api.us-eas... \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"senha": "teste123"
}'

2)

curl --location 'https://1rzg9j3gj7.execute-api.us-eas... \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"access_token": "aliquip eiusmod nisi"
}'

3)

curl --location 'https://1rzg9j3gj7.execute-api.us-eas... \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{bearerToken}}'

Комментарии

Информация по комментариям в разработке