``` URL='http://api.competency.se/users' # Works URL='http://api.competency.se/users/' # Doesn't work curl -X POST -H "Content-Type: application/json" -d '{ "phoneNumber": "0727145060" }' $URL ```